home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 12 / CU Amiga Magazine's Super CD-ROM 12 (1997)(EMAP Images)(GB)[!][issue 1997-07].iso / CUCD / Utilities / DzDir / ced.jumpto next >
Text File  |  1996-05-10  |  132b  |  11 lines

  1. /* Used by "DZGrep"
  2.  * to jump to a 
  3.  * given line in 
  4.  * a text file
  5.  */
  6.  
  7. arg linetojump
  8. address 'rexx_ced'
  9.  
  10. jumpto linetojump 1 
  11.